home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr30 / scr210a.zip / BASIC.TXT < prev    next >
Text File  |  1993-01-23  |  574b  |  16 lines

  1. * To run a BASIC program, you will need BASICA OR GWBASIC which is 
  2. usually included in your DOS disk. You can recognize a BASIC program
  3. by the three digit extension on the file name(XXXXX.BAS)
  4.  
  5. (1) Put a disk with BASICA or GWBASIC in drive A and the program 
  6. disk in B drive
  7.  
  8. (2) Log to the drive with the program disk by entering "B".
  9.     (without the quotes of course)
  10.  
  11. (3) Type A:BASICA FILENAME and press ENTER.
  12.  
  13. If you don't have two drives:
  14. (1) Copy GWBASIC or BASICA to the program disk
  15. (2) Type BASICA FILENAME or GWBASIC FILENAME and press ENTER.
  16.